home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-11-15 | 1.2 KB | 37 lines | [TEXT/MPS ] |
- scriptName = 'My Proc'
- debugScriptName = "{scriptName}.debug"
-
- sourceFile = "FindTargetFile"
-
- OBJECTS = {sourceFile}.c.o
- InstallerCIncDir = ':::Installer 4.0b7:DeveloperInterfaces:CIncludes:'
- InstallerCSrcDir = ':::Installer 4.0b7:DeveloperInterfaces:CSources:'
- InstallerRIncDir = ':::Installer 4.0b7:DeveloperInterfaces:RIncludes:'
- InstallerDebuggerDir = ':::Installer Debugger 4.0b7:'
-
- COptions = -b -r -sym on
- LinkOptions = -mf -sym on
-
- "{debugScriptName}" ƒ {scriptName}
- Duplicate -y {scriptName} {scriptName}" w/ Debugger"
- Rez {InstallerDebuggerDir}"InstallerDebugger.r" -append -o {scriptName}" w/ Debugger"
-
- {scriptName} ƒƒ {sourceFile} {scriptName}.r
- set theTime "'`date -d -s` 12:00:00 PM'"
- Rez {scriptName}.r -o {scriptName} -t 'kajr' -c 'kajr' -i {InstallerRIncDir}
- SetFile -a b -d {theTime} {scriptName}
- {ScriptCheckDir}ScriptCheck {scriptName} -h -d -a
- SetFile -m {theTime} {scriptName}
-
-
- {sourceFile} ƒƒ Makefile {OBJECTS}
- Link {LinkOptions} -t rsrc -c RSED -rt infn=401 -m {sourceFile} -sg {sourceFile} ∂
- {OBJECTS} ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}Runtime.o" ∂
- -o {sourceFile}
-
- {sourceFile}.c.o ƒ Makefile {sourceFile}.c
- C {COptions} {sourceFile}.c -i {InstallerCIncDir},{InstallerCSrcDir},{InstallerRIncDir}
-
-